home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / m / music_x_ii / musicxii4.dms / musicxii4.adf / Install_Onto_System_Disk < prev    next >
Text File  |  1994-04-06  |  1KB  |  52 lines

  1. ; $VER: Notator-X Install system files onto a system disk. 15th Feb. '94
  2.  
  3. (user 2)
  4.  
  5. (message "\nThis program will copy the necessary Notator-X system files "
  6.          "from the program disk on to the disk you booted the system with. "
  7.          "This will then allow Notator-X to work when the system was booted "
  8.          "using a different disk. Eg: A copy of the Workbench.\n\n"
  9.          "NOTE: 50K of free disk space must be available on the system disk."
  10. )
  11.  
  12. ; Ask the user to insert the Notator-X Program Disk
  13. (askdisk
  14.   (prompt "Please insert the disk labeled \"Notator-X Program Disk\".")
  15.   (help @askdisk-help)
  16.   (dest "Notator-X")
  17. )
  18.  
  19. (complete 50)
  20.  
  21. ; Copy the Desert Software Library
  22. (copyfiles
  23.  (source (tackon "Notator-X:" "libs"))
  24.  (dest (tackon "SYS:" "libs"))
  25.  (choices "desertsoftware.library")
  26. )
  27.  
  28. (complete 70)
  29.  
  30. ; Copy the Desert Software Fonts
  31. (copyfiles
  32.  (source (tackon "Notator-X:" "fonts"))
  33.  (dest (tackon "SYS:" "fonts"))
  34.  (choices "DesertSoftware")
  35.  (fonts)
  36. )
  37.  
  38. (complete 90)
  39.  
  40. ; Copy the Notator-X Times Roman font
  41. (copyfiles
  42.  (source (tackon "Notator-X:" "fonts"))
  43.  (dest (tackon "SYS:" "fonts"))
  44.  (choices "NX_TimesRoman")
  45.  (fonts)
  46. )
  47.  
  48.  
  49. (complete 100)
  50.  
  51. (exit)
  52.